home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / emacs / src / s-sunos4-0.h < prev    next >
C/C++ Source or Header  |  1992-10-03  |  341b  |  13 lines

  1. #include "s-bsd4-2.h"
  2.  
  3. #if 0  /* This may have been needed for an earlier version of Sun OS 4.
  4.       It seems to cause warnings in 4.0.3 and 4.1.  */
  5. #define O_NDELAY        FNDELAY /* Non-blocking I/O (4.2 style) */
  6. #endif
  7.  
  8. #if __GNUC__ > 1
  9. #define LD_SWITCH_SYSTEM -e __start -static
  10. #else
  11. #define LD_SWITCH_SYSTEM -e __start -Bstatic
  12. #endif
  13.